New code sets the entry background to GTK_STATE_ACTIVE when it has focus
and the active color in the default theme looks rather bad.
if (!strcmp ("viewportbin", detail))
gc1 = &style->bg[GTK_STATE_NORMAL];
else if (!strcmp ("entry_bg", detail))
- gc1 = &style->base[state_type];
+ gc1 = &style->base[gtk_widget_get_state (widget)];
/* For trees: even rows are base color, odd rows are a shade of
* the base color, the sort column is a shade of the original color